projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ae23a
)
; * src/keyboard.c (read_char): Fix typos in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 3 Apr 2016 17:06:51 +0000
(20:06 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 3 Apr 2016 17:06:51 +0000
(20:06 +0300)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 9618e38e5757edb5a89201819257c445a15e95ac..e3858a5d8dc0c6ae663c5959c98d76f2264a3063 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2837,7
+2837,7
@@
read_char (int commandflag, Lisp_Object map,
if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time)
/* We stopped being idle for this event; undo that. This
prevents automatic window selection (under
- mouse
_autoselect_window
from acting as a real input event, for
+ mouse
-autoselect-window)
from acting as a real input event, for
example banishing the mouse under mouse-avoidance-mode. */
timer_resume_idle ();